@charset "UTF-8";

* {
  font-family: '微软雅黑';
}

/* 清浮动 */
.cf {
  zoom: 1;
}

.cf:after {
  content: '020';
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}

.slh1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.slh2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

a {
  color: #333333;
}

.inbox {
  width: 1200px;
  margin: auto;
}

/* ---------------------------------------header--css-------------------------------------------- */
.header1 {
  background: url(banner.png) no-repeat center top;
  padding-top: 20px;
}

.head_top {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top_l,
.top_r {
  width: auto;
}

.top_l a {
  display: block;
  float: left;
  padding-left: 30px;
  background: url(gh.png) no-repeat left center;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  margin-left: 20px;
}

.top_l a:first-child {
  margin-left: 0 !important;
}

.sjghb,
.old_boount {
  display: none;
}

.toprl {
  float: left;
}

.toprr {
  float: right;
  margin-left: 20px;
}

.tfgx {
  margin: 0 5px;
}

.tfgx,
.toprl a {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}

.pcwza,
.new_boount {
  display: block;
  float: left;
  padding: 0 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
}

.pcwza {
  background: #E9F2FF;
  color: #1564d7;
}

.new_boount,
.old_boount {
  background: #EBAC40;
  color: #fff;
}

.nav_ul {
  width: 1200px;
  margin: auto;
}

.logo img {
  display: block;
  margin: 0 auto;
}

.top_search {
  margin: 40px auto 0;
  width: 600px;
}

.top_search form {
  width: 600px;
  height: 50px;
  border-radius: 8px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, .3);
}

.setxt {
  width: 480px;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #eee;
  border-radius: 8px 0 0 8px;
  background: #F9F9F9;

  font-size: 16px;
  line-height: 50px;
  color: #999;
}

.sesub {
  width: 120px;
  height: 50px;
  padding-left: 30px;
  float: right;
  background: #1564d7 url(search.png) no-repeat 30px center;
  border: none;
  color: #fff;
  border-radius: 0 8px 8px 0;
}

.hotword {
  display: flex;
  justify-content: start;
  color: #fff;
  text-shadow: 0 2px 2px #00000066;
  font-size: 14px;
  padding: 10px 20px;
  background: #ffffff2b;
  border-radius: 8px;
}

.hotword P {
  line-height: 20px;
}

.hotword ul li {
  float: left;
  margin-left: 20px;
  padding: 0 5px;
  line-height: 20px;
  cursor: pointer;
  border-radius: 2px;
}

.hotword ul li:first-child {
  margin-left: 5px !important;
}

.hotword ul li:hover {
  background: #1563d753;
}

.top_nav {
  margin-top: 40px;
  height: 70px;
  background: url(nav_bg.png) no-repeat center;
  padding: 10px 0;
}

.top_nav li {
  float: left;
  width: 200px;
  height: 50px;
}

.top_nav li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.top_nav li a:hover,
.navon a {
  background: url(navon.png) no-repeat center bottom;
}

/* 用户中心 */
.loggin_group {
  position: relative;
}

.loginItems {
  display: none;
  position: absolute;
  width: 90px;
  height: 80px;
  z-index: 99;
  text-align: center;
  background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2237/site/picture/-1/zjzwfw_2019_dlbjdc.png) no-repeat 0 -1px;
  padding-top: 12px;
  left: -10px;
  top: 20px;
}

.loginItems a {
  display: block;
  width: 98%;
  margin: 0 auto;
  color: #333;
  padding: 0;
  text-align: center;
  line-height: 30px;
  background: none;
  float: none;
}

.loginItems a:hover {
  color: #1564d7;
}

.old_type .loginItems {
  width: 140px;
  height: 120px;
  background-size: 140px;
  left: -5px;
  top: 40px;
}

.old_type .loginItems a {
  line-height: 50px;
}

.mobile_type #loggin_group {
  float: left;
  margin-right: 4vw;
  font-size: 4vw;
}

.mobile_type .loginItems {
  display: none;
  width: 120%;
  height: auto;
  z-index: 99;
  border-bottom: none;
  padding-top: 2vw;
  left: -2vw;
  top: 9vw;
  background-image: none;
  background-color: #fff;
  border: 1px solid #999;
}

.mobile_type .loginItems a {
  font-size: 4vw;
  line-height: 7vw;
}

/* 用户中心结束 */

.old_type .header1 {
  background-size: cover;
}

.old_type .top_l a {
  padding-left: 35px;
  background: url(gh.png) no-repeat left center;
  font-size: 28px;
  line-height: 56px;
  margin-left: 30px;
  background-size: 32px;
}

.old_type .tfgx,
.old_type .toprl a {
  font-size: 28px;
  line-height: 56px;
}

.old_type .new_boount {
  display: none;
}

.old_type .pcwza,
.old_type .old_boount {
  display: block;
  float: left;
  padding: 0 15px;
  font-size: 28px;
  line-height: 56px;
}

.old_type .top_r {
  width: 100%;
}

.old_type .tfgx {
  margin: 0 19px;
}

.old_type .top_search {
  margin: 60px auto 0;
  width: 700px;
}

.old_type .top_search form {
  width: 100%;
}

.old_type .setxt {
  width: 530px;
  font-size: 24px;
}

.old_type .sesub {
  width: 170px;
  font-size: 24px;
}

.old_type .hotword {
  font-size: 20px;
}

.old_type .hotword ul li {
  margin-left: 10px;
  line-height: 25px;
}

.old_type .hotword P {
  line-height: 25px;
  width: 110px;
}

.old_type .top_nav {
  height: 90px;
  background: #1564d7;
  margin-top: 100px;
}

.old_type .top_nav li {
  height: 70px;
}

.old_type .top_nav li a {
  font-size: 36px;
  line-height: 70px;
}

/* 移动端样式头部 */
.mobile_type .header1 {
  padding-top: 4vw;
  background-size: cover;
}

.mobile_type .top_l {
  display: none;
}

.mobile_type .sjbdn {
  display: none;
}

.mobile_type .top_r {
  width: 100%;
}

.mobile_type .head_top {
  width: 100%;
  padding: 0 2vw;
}

.mobile_type .sjghb {
  display: block;
  float: left;
  width: 18vw;
  height: 8vw;
  border-radius: 1vw;
  background: #ec940a;
  line-height: 8vw;
  text-align: center;
  font-size: 4vw;
  color: #fff;
}

.mobile_type .toprl a {
  font-size: 4vw;
  line-height: 2;
}

.mobile_type .logo {
  margin-top: 5vw;
}

.mobile_type .logo img {
  width: 75%;
}

.mobile_type .top_search {
  margin: 4vw auto 0;
  width: 100%;
  padding: 0 2vw;
}

.mobile_type .top_search form {
  width: 100%;
  height: auto;
  border-radius: 2vw;
}

.mobile_type .setxt {
  width: 75%;
  height: auto;
  padding: 0 2vw;
  border-radius: 2vw 0 0 2vw;
  font-size: 4vw;
  line-height: 2;
}

.mobile_type .sesub {
  width: 25%;
  height: auto;
  padding-left: 0vw;
  background: #1564d7;
  border-radius: 0 2vw 2vw 0;
  line-height: 2;
  font-size: 4vw;
  border: 1px solid #1564d7;
}

.mobile_type .hotword {
  font-size: 4vw;
  padding: 2vw;
  border-radius: 2vw;
  flex-wrap: wrap;
}

.mobile_type .hotword P {
  width: 100%;
  line-height: 2;
  font-size: 4.5vw;
}

.mobile_type .hotword ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.mobile_type .hotword ul li {
  margin-left: 0 !important;
  padding: 0 2vw;
  line-height: 2;
  font-size: 4vw;
}

.mobile_type .top_nav {
  margin-top: 4vw;
  height: auto;
  background: #1564d7;
  padding: 0;
}

.mobile_type .nav_ul {
  width: 100%;
}

.mobile_type .top_nav li {
  width: 33%;
  height: auto;
}

.mobile_type .top_nav li a {
  line-height: 2;
  font-size: 4.5vw;
  padding-bottom: 2vw;
  background-size: 8vw 0.5vw;
}

/*-------------------------------- header--css--end------------------------------------ */
.headLines_wrapper {
  width: 100%;
  position: relative;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 3px 12px #0f58d21f;
}

.tag_head {
  width: 97px;
  height: 99px;
  float: left;
  position: relative;
  margin-top: 15px;
}

.headLinesWrap {
  float: left;
  margin-left: 40px;
  width: 850px;
}

.headLinesWrap li {
  width: 100%;
  height: 26px;
  margin-top: 24px;
  padding-left: 15px;
  background: url(dian.png) no-repeat left center;
}

.headLinesWrap li:first-child {
  margin-top: 0;
}

.headLinesWrap li a {
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all .3s;
}

.ts_more {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #1564d7;
}

.ts_more:hover {
  font-weight: bold;
}

.headLines_wrapper a:hover {
  color: #1564d7;
}

.news {
  margin-top: 40px;
  padding: 20px;
  box-shadow: 0 3px 12px #0f58d21f;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* 首页轮播图 */
.pic_news {
  width: 580px;
  height: 325px;
  overflow: hidden;
}

.swiper-slide img {
  width: 580px;
  height: 325px;
  object-fit: cover;
}

.lbtit {
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, .5);
  z-index: 999;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  line-height: 40px;
}

.lbtit p {
  width: 65%;
  padding-left: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: unset !important;
  width: auto !important;
  right: 30px !important;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #EBAC40;
}

/* --- */
.tabTxtBox {
  width: 550px;
}

.tabHd {
  position: relative;
}

.tabMore {
  position: absolute;
  top: 0;
  right: 0;
}

.tabMore a {
  line-height: 36px;
  font-weight: 700;
  color: #1564d7;
}

.tabHdTit li {
  float: left;
  font-size: 22px;
  line-height: 36px;
  padding: 0 15px;
  background: url(tabshu.png) no-repeat left center;
  background-size: 2px 20px;
}

.tabHdTit li:first-child {
  padding-left: 0 !important;
  background: none !important;
}

.tabHdTit li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.tabon a {
  color: #1564d7;
  font-weight: bold;
}

.tabBd {
  margin-top: 20px;
}

.tabBd ul {
  display: none;
}

.tabBd li {
  margin-top: 0;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  background: url(dian.png) center left no-repeat;
  transition: 0.3s;
  box-shadow: 0px 0px 0px transparent;
  border-bottom: 1px dashed #eee;
}

.tabBd li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
}

.tabBd li .span1,
.tabBd .govpushinfo150203 li a {
  display: block;
  float: left;
  color: #333;
  width: 75%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tabBd li span {
  float: right;
  color: #999;
}

.tabBd li:hover {
  padding: 0 20px 0 40px;
  box-shadow: 0px 0px 10px #ccc;
  background-position-x: 20px;
}

.tabBd li:hover span {
  color: #1564d7;
}

.bigbox {
  width: 1200px;
  margin: 40px auto 0;
}

/* 政务公开 */
.zwgk_top {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ztl {
  width: 790px;
}

.ztl .tabHdTit li {
  background: unset;
}

.ztr {
  width: 380px;
  position: relative;
}

.ztr img {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: -65px;
}

.ztr_box {
  padding-top: 62px;
}

.ztr ul {
  padding: 28px 20px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 3px 12px #0f58d21f;
}

.ztr ul li {
  width: 165px;
  height: 47px;
  margin-top: 10px;
}

.ztr ul li:first-child,
.ztr ul li:nth-child(2) {
  margin-top: 0 !important;
}

.ztr ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 47px;
  padding-left: 50px;
  transition: all .3s;
}

.xxgk_item1 a {
  background: #EEF8FF url(xxgkzn.png) no-repeat 20px center;
}

.xxgk_item2 a {
  background: #EEF8FF url(xxgkml.png) no-repeat 20px center;
}

.xxgk_item3 a {
  background: #EEF8FF url(xxgkzd.png) no-repeat 20px center;
}

.xxgk_item4 a {
  background: #EEF8FF url(xxgknb.png) no-repeat 20px center;
}

.xxgk_item5 a {
  background: #EEF8FF url(ysqgk.png) no-repeat 20px center;
}

.xxgk_item6 a {
  background: #EEF8FF url(zfgb.png) no-repeat 20px center;
}

.xxgk_item7 a {
  background: #EEF8FF url(xxgkqzqd.png) no-repeat 20px center;
}

.xxgk_item8 a {
  background: #EEF8FF url(zcwjk.png) no-repeat 20px center;
}

.xxgk_item1 a:hover {
  background: #1564d7 url(xxgkzn_on.png) no-repeat 20px center;
  color: #fff;
}

.xxgk_item2 a:hover {
  background: #1564d7 url(xxgkml_on.png) no-repeat 20px center;
  color: #fff;
}

.xxgk_item3 a:hover {
  background: #1564d7 url(xxgkzd_on.png) no-repeat 20px center;
  color: #fff;
}

.xxgk_item4 a:hover {
  background: #1564d7 url(xxgknb_on.png) no-repeat 20px center;
  color: #fff;
}

.xxgk_item5 a:hover {
  background: #1564d7 url(ysqgk_on.png) no-repeat 20px center;
  color: #fff;
}

.xxgk_item6 a:hover {
  background: #1564d7 url(zfgb_on.png) no-repeat 20px center;
  color: #fff;
}

.xxgk_item7 a:hover {
  background: #1564d7 url(xxgkqzqd_on.png) no-repeat 20px center;
  color: #fff;
}

.xxgk_item8 a:hover {
  background: #1564d7 url(zcwjk_on.png) no-repeat 20px center;
  color: #fff;
}

.zwgk_bot {
  margin-top: 30px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 3px 12px #0f58d21f;
}

.zwgk_bot a {
  display: block;
  width: 125px;
  height: 100px;
  text-align: center;
  transition: all .3s;
  padding-top: 65px;
}

.zwgk_bot a:hover {
  color: #1564d7;
  font-weight: bold;
  box-shadow: 0px 0px 10px #ccc;
}

.zwba1 {
  background: url(zfcg.png) no-repeat center;
}

.zwba2 {
  background: url(ggfw.png) no-repeat center;
}

.zwba3 {
  background: url(qzqd.png) no-repeat center;
}

.zwba4 {
  background: url(xzxk.png) no-repeat center;
}

.zwba5 {
  background: url(ssjcc.png) no-repeat center;
}

.zwba6 {
  background: url(tdzs.png) no-repeat center;
}

.zwba7 {
  background: url(yjgl.png) no-repeat center;
}

.zwba8 {
  background: url(shfl.png) no-repeat center;
}

.zwfw .big_tit {
  display: flex;
  justify-content: space-between;
}

.zwfw .big_tit img {
  height: 42px;
  width: auto;
}

.zdpyc_box {
  display: block;
  width: 380px;
  height: 60px;
  background: url(zdpyc.png) no-repeat center;
}

.zdpyc_box a {
  display: block;
  width: 85px;
  height: 28px;
  background: linear-gradient(to bottom, #f9c774, #ecb04b);
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  border: 2px solid #fff;
  border-radius: 14px;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

.zwgk_box {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zwgk_item {
  width: 590px;
  height: auto;
  box-shadow: 0 3px 12px #0f58d21f;
}

.zwitop {
  width: 100%;
  height: 126px;
  padding: 20px 178px 0 20px;
}

.grfw .zwitop {
  background: url(grfw_bg.png) no-repeat right #e8f1ff;
}

.frfw .zwitop {
  background: url(frfw_bg.png) no-repeat right #fef7de;
}

.ggfw .zwitop {
  background: url(ggfw_bg.png) no-repeat center;
}
.zwgk_tab .swiper-slide div {
    width: calc(100% / 4 - 20px);
	margin-bottom: 10px;
}
.zwitop p {
  font-weight: 700;
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.zwitop span {
  font-size: 14px;
  line-height: 28px;
  color: #999;
}

.zwgk_tab {
  position: relative;
  padding: 5px 20px 20px;
}

.zwgk_tab .mySwiper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.zwgk_tab .mySwiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zwgk_tab .mySwiper .swiper-slide a {
  display: block;
  width: 33.33%;
  margin-top: 15px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.zwgk_tab .mySwiper .swiper-slide a:hover {
  color: #1564d7;
}

.zwgk_tab .swiper-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 5px;
  display: inline-block;
  border-radius: 0;
  background: #ccc;
  opacity: 1;
}

.zwgk_tab .swiper-pagination .swiper-pagination-bullet-active {
  background: #1564d7;
}

.zwgk_tab .swiper-container-horizontal>.swiper-pagination-bullets,
.zwgk_tab .swiper-pagination-custom,
.zwgk_tab .swiper-pagination-fraction {
  left: unset !important;
  width: auto !important;
  right: 50% !important;
  margin-right: -36px;
  bottom: 20px;
}

.zmhd_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.zmhd_item {
  width: 380px;
}

.wxszsjh {
  display: block;
  width: 100%;
  height: 200px;
  background: url(wxszsjh.png) no-repeat center;
}

.fwl {
  width: 100%;
  height: 50px;
  padding: 7px 0;
  background: #dcedfe;
}

.fwl li {
  width: 50%;
  float: left;
  text-align: center;
  line-height: 36px;
  color: #1564d7;
}

.fwl li:first-child {
  border-right: 1px solid #90BAE2;
}

.zss12345 {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zss12345 a {
  display: block;
  width: 180px;
  height: 136px;
  text-align: center;
  padding-top: 95px;
}

.zss12345 a:first-child {
  background: #dcedfe url(zss12345.png) no-repeat center 20px;
}

.zss12345 a:last-child {
  background: #dcedfe url(lyxd.png) no-repeat center 20px;
}

.zss12345 a:hover {
  color: #1564d7;
  box-shadow: 0 3px 12px #0f58d21f;
}

.znhdi2 .tabHdTit,
.znhdi3 .tabHdTit {
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
}

.znhdi2 .tabHdTit li,
.znhdi3 .tabHdTit li {
  background: unset;
}

.zmhdtabBd {
  margin-top: 20px;
}

.zmhdtabBd li {
  padding-left: 20px;
  background: url(dian.png) no-repeat left center;
  line-height: 36px;
  margin-top: 15px;
}

.zmhdtabBd li a {
  display: block;
  float: left;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.zmhdtabBd li a:hover {
  color: #1564d7;
}

.zmhdtabBd li span {
  float: right;
  display: block;
  width: 65px;
  height: 28px;
  margin-top: 4px;
}

.yjs {
  background: url(yjs.png) no-repeat center;
}

.jxz {
  background: url(jxz.png) no-repeat center;
}

.xwfb {
  margin-top: 20px;
  width: 100%;
  height: auto;
  background: url(xwfbh.png) no-repeat center top;
  padding: 70px 20px 0;
}

.xw_in {
  padding: 20px;
  background: #fff;
  box-shadow: 0 3px 12px #0f58d21f;
}

.xw_in p {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.xw_in p:first-child {
  margin-top: 0 !important;
}

.xw_in p span,
.xw_in p a {
  line-height: 32px;
}

.zt1 {
  width: 20%;
  color: #1564d7;
  font-weight: 700;
}

.zt2 {
  width: 80%;
}

.xw_more {
  display: block;
  width: 85px;
  height: 28px;
  color: #1564d7;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  border: 1px solid #1564d7;
  border-radius: 14px;
  margin: 20px auto 0;
}

.xw_more:hover {
  border: 1px solid #fff;
  background: linear-gradient(to bottom, #f9c774, #ecb04b);
  color: #fff;
}

.xw_in p a:hover {
  color: #1564d7;
}

.ztzl_box {
  position: relative;
  margin-top: 20px;
}

.ztzl_box .swiper-container {
  overflow: hidden;
}

.ztzl_box .swiper-slide {
  width: 277px;
  height: 150px;
  overflow: hidden;
}


.ztzl_box img,
.ztzl_box a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.ztzl_box a:hover img {
  transform: scale(1.2);
}

.ztzl_next,
.ztzl_prev {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  width: 43px;
  height: 43px;
  z-index: 99;
  cursor: pointer;
}

.ztzl_prev {
  background: url(arrl.png) no-repeat center;
  background-size: 43px 43px;
  left: -63px;
}

.ztzl_next {
  background: url(arrr.png) no-repeat center;
  background-size: 43px 43px;
  right: -63px;
}

/* 友情链接 */
.yqljnew {
  margin-top: 40px;
  background: #e5f3fe;
}

.footer_links {
  position: relative;
  padding: 20px 0;
  margin: 0 auto;
}

.FriendLinksItemWrap {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}

.FriendLinksItem {
  display: inline-block;
  width: 277px;
  height: 40px;
  padding-left: 20px;
  padding-right: 35px;
  background: #ffffff url(arrd.png) no-repeat 250px center;
  cursor: pointer;
}

.FriendLinksItem p {
  font-size: 14px;
  line-height: 40px;
}

.websiteList {
  display: none;
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 1200px;
  background: #fff;
  box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 30%);
  padding: 20px;
  z-index: 9;
}

.websiteList a {
  display: block;
  float: left;
  line-height: 40px;
  transition: all 0.3s;
  padding: 0 10px;
  width: 25%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.websiteList a:hover {
  background: #1564d7;
  color: #fff !important;
}

/* 友情链接 */


/* old_type--css */
.old_type .headLines_wrapper {
  padding: 30px 30px 50px;
}

.old_type .tag_head {
  width: 112px;
  height: 146px;
  margin-top: 50px;
}

.old_type .tag_head span {
  font-size: 40px;
  height: 135px;
  line-height: 135px;
}

.old_type .tag_head img {
  width: 100%;
}

.old_type .headLinesWrap li a {
  font-size: 32px;
  line-height: 64px;
}

.old_type .headLinesWrap li {
  height: 36px;
  margin-top: 36px;
  background-size: 8px;
  padding-left: 30px;
}

.old_type .headLinesWrap li a {
  font-size: 36px;
  line-height: 36px;
}

.old_type .ts_more {
  font-size: 36px;
  bottom: 55px;
}

/* 老年版 */
.old_type .pic_news {
  width: 100%;
  height: 650px;
  overflow: hidden;
}

.old_type .pic_news .swiper-slide img {
  width: 100%;
  height: 650px;
}

.old_type .lbtit {
  height: 64px;
  line-height: 64px;
}

.old_type .lbtit p {
  padding-left: 30px;
  font-size: 32px;
}

.old_type .pic_news .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}

.old_type .pic_news .swiper-container-horizontal>.swiper-pagination-bullets,
.old_type .pic_news .swiper-pagination-custom,
.old_type .pic_news .swiper-pagination-fraction {
  bottom: 17px !important;
}

.old_type .tabTxtBox {
  width: 100%;
  margin-top: 40px;
}

.old_type .tabHdTit li {
  font-size: 48px;
  line-height: 96px;
  padding: 0 20px;
  background: url(tabshu.png) no-repeat left center;
  background-size: 4px;
}

.old_type .tabMore a {
  line-height: 96px;
  font-size: 36px;
}

.old_type .tabBd {
  margin-top: 40px;
}

.old_type .tabBd li {
  font-size: 36px;
  height: 100px;
  line-height: 100px;
  padding-left: 30px;
  background: url(dian.png) center left no-repeat;
  background-size: 8px;
}

.old_type .tabBd li a {
  font-size: 36px;
}

.old_type .tabBd li:hover {
  padding: 0 30px 0 50px;
  box-shadow: 0px 0px 10px #ccc;
  background-position-x: 20px;
}

.old_type .yqljnew {
  padding: 30px 0;
}

.old_type .FriendLinksItem {
  height: 60px;
  padding-right: 35px;
  padding-left: 10px;
  background: #fff url(arrd.png) no-repeat 250px center;
  background-size: 16px;
}

.old_type .FriendLinksItem p {
  font-size: 20px;
  line-height: 60px;
}

.old_type .websiteList {
  bottom: 90px;
}

.old_type .websiteList a {
  line-height: 60px;
  padding: 0 20px;
  width: 33%;
  font-size: 24px;
}

.old_type .zwgk .big_tit img {
  height: 68px;
}

.old_type .bigbox {
  margin: 60px auto 0;
}

.old_type .ztl,
.old_type .ztr {
  width: 100%;
}

.old_type .ztl .tabHdTit li {
  background: unset;
}

.old_type .ztr {
  margin-top: 100px;
}

.old_type .ztr img {
  width: 600px;
  left: unset;
  top: -90px;
  right: 0;
}

.old_type .ztr_box {
  padding-top: 110px;
}

.old_type .ztr ul li {
  width: 570px;
  height: 72px;
  margin-top: 20px;
}

.old_type .ztr ul li a {
  line-height: 72px;
  padding-left: 90px;
  background-size: 30px;
  font-size: 36px;
}

.old_type .zwgk_bot {
  margin-top: 60px;
}

.old_type .zwgk_bot a {
  width: 280px;
  height: 200px;
  padding-top: 124px;
  background-size: 60px;
  font-size: 28px;
}

.old_type .zwfw .big_tit img {
  height: 68px;
}

.old_type .zdpyc_box {
  width: 540px;
  height: 95px;
  background: url(zdpyc.png) no-repeat center;
  background-size: 540px;
}

.old_type .zdpyc_box a {
  width: 150px;
  height: 56px;
  line-height: 56px;
  font-size: 28px;
  border-radius: 28px;
  margin-top: 26px;
}

.old_type .zwgk_box {
  margin-top: 40px;
}

.old_type .zwgk_item {
  width: 580px
}

.old_type .zwitop {
  background-size: 580px;
  height: 190px;
  padding: 20px 260px 0 20px;
}

.old_type .zwitop p {
  font-size: 36px;
}

.old_type .zwitop span {
  font-size: 24px;
  line-height: 35px;
  text-align: justify;
}

.old_type .zwgk_tab .mySwiper .swiper-slide a {
  margin-top: 25px;
  font-size: 28px;
}

.old_type .zwgk_tab {
  padding: 5px 20px 80px;
}

.old_type .zwgk_tab .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 10px;
}

.old_type .zwgk_tab .swiper-container-horizontal>.swiper-pagination-bullets,
.old_type .zwgk_tab .swiper-pagination-custom,
.old_type .zwgk_tab .swiper-pagination-fraction {
  margin-right: -77px;
}

.old_type .ggfw {
  margin-top: 40px;
}

.old_type .zmhd .big_tit img,
.old_type .ztzl .big_tit img {
  height: 68px;
}

.old_type .zmhd_item {
  width: 580px;
}

.old_type .wxszsjh {
  height: 305px;
  background: url(wxszsjh.png) no-repeat center;
  background-size: 100%;
}

.old_type .fwl {
  height: auto;
}

.old_type .fwl li {
  width: 50%;
  float: left;
  text-align: center;
  line-height: 56px;
  color: #1564d7;
  font-size: 28px;
}

.old_type .zss12345 a {
  width: 280px;
  height: 200px;
  text-align: center;
  background-size: 100px !important;
  padding-top: 130px;
  font-size: 28px;
}

.old_type .znhdi2 .tabHdTit li {
  background: unset !important;
}

.old_type .zmhdtabBd li a {
  font-size: 36px;
  line-height: 64px;
}

.old_type .zmhdtabBd li span {
  width: 100px;
  height: 64px;
  margin-top: 0;
  background-size: 100%;
}

.old_type .zmhdtabBd li {
  background-size: 8px;
}

.old_type .znhdi3 {
  width: 100%;
  margin-top: 40px;
}

.old_type .xwfb {
  background: url(xwfbh.png) no-repeat center top;
  background-size: 100%;
  padding: 200px 20px 0;
}

.old_type .xw_in p {
  margin-top: 10px;
}

.old_type .xw_in p span,
.old_type .xw_in p a {
  line-height: 56px;
  font-size: 28px;
}

.old_type .xw_more {
  width: 200px;
  height: 56px;
  line-height: 56px;
  font-size: 28px;
  border-radius: 28px;
  margin: 40px auto 0;
}

.old_type .zt1 {
  width: 10%;
}

.old_type .zt2 {
  width: 90%;
}

.old_type .ztzl_box {
  margin-top: 40px;
}

.old_type .ztzl_box .swiper-slide {
  height: 200px;
}

/* old_type--css--end */

/* mobile_type--css */
.mobile_type .headLines_wrapper {
  margin-top: 4vw;
  position: relative;
  height: auto;
  padding: 2vw 2vw 12vw;
  background: none;
}

.mobile_type .tag_head img {
  width: 100%;
}

.mobile_type .tag_head {
  width: 12vw;
  height: auto;
  margin-top: 5vw;
}

.mobile_type .tag_head span {
  font-size: 4vw;
  height: auto;
  line-height: 14vw;
  background: #1564d7;
}

.mobile_type .headLinesWrap li {
  width: 78vw;
  height: auto;
  padding-left: 2vw;
  margin-top: 0;
}

.mobile_type .headLinesWrap {
  margin-left: 2vw;
  width: auto;
}

.mobile_type .headLinesWrap li a {
  font-size: 4vw;
  font-weight: normal;
  line-height: 2;
}

.mobile_type .ts_more {
  bottom: 3vw;
  right: 2vw;
  font-size: 4vw;
}

.mobile_type .htbar {
  display: block;
  margin-top: 3vw;
  height: 1vw;
}

.mobile_type .pic_news {
  width: 100%;
  height: 60vw;
}

.mobile_type .swiper-slide img {
  width: 100%;
  height: 60vw;
}

.mobile_type .lbtit {
  height: 10vw;
  line-height: 10vw;
}

.mobile_type .lbtit p {
  font-size: 4vw;
  padding-left: 3vw;
}

.mobile_type .swiper-pagination .swiper-pagination-bullet {
  width: 3vw;
  height: 3vw;
}

.mobile_type .swiper-pagination .swiper-pagination-bullet-active {
  width: 3vw;
  border-radius: 1.5vw;
}

.mobile_type .swiper-container-horizontal>.swiper-pagination-bullets,
.mobile_type .swiper-pagination-custom,
.mobile_type .swiper-pagination-fraction {
  right: 3vw !important;
  bottom: 2vw !important;
}

.mobile_type .tabTxtBox {
  width: 100%;
}

.mobile_type .tabHdTit {
  width: 80%;
}

.mobile_type .tabHdTit li {
  font-size: 4.5vw;
  line-height: 12vw;
  padding: 0 2vw;
  background: unset;
}

.mobile_type .tabMore a {
  line-height: 12vw;
  font-size: 4vw;
}

.mobile_type .tabBd {
  margin-top: 3vw;
}

.mobile_type .tabBd li {
  font-size: 4vw;
  height: 12vw;
  line-height: 12vw;
  padding-left: 3vw
}

.mobile_type .tabBd li a {
  font-size: 4vw;
  width: 100%;
}

.mobile_type .tabBd li .span1 {
  width: 52%;
}

.mobile_type .yqljnew {
  display: none;
}

/* 移动端样式 */
.mobile_type .inbox {
  width: 100%;
  padding: 2vw;
}

.mobile_type .news {
  margin-top: 4vw;
  padding: 2vw;
}

.mobile_type .bigbox {
  width: 100%;
  margin: 4vw auto 0;
}

.mobile_type .bigbox .big_tit img {
  width: 100%;
}

.mobile_type .zwgk_top {
  margin-top: 4vw;
  width: 100%;
}

.mobile_type .ztl {
  width: 100%;
}

.mobile_type .ztr {
  width: 100%;
  position: unset;
  margin-top: 4vw;
}

.mobile_type .ztr img {
  position: unset;
  width: 100%;
  height: auto;
}

.mobile_type .ztr_box {
  padding-top: 3vw;
}

.mobile_type .ztr ul {
  padding: 2vw;
}

.mobile_type .ztr ul li {
  width: 48%;
  height: auto;
  margin-top: 3vw;
}

.mobile_type .ztr ul li a {
  line-height: 2;
  padding-left: 0;
  text-align: center;
  font-size: 4vw;
  background: #EEF8FF;
  padding: 2vw 0;
}

.mobile_type .zwgk_bot {
  margin-top: 4vw;
  padding: 2vw;
}

.mobile_type .zwgk_bot a {
  width: 48%;
  height: 26vw;
  padding-top: 16vw;
  background-size: 8vw;
  font-size: 4vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mobile_type .zwfw .big_tit {
  flex-wrap: wrap;
}

.mobile_type .zdpyc_box {
  width: 100%;
  height: 18vw;
  margin-top: 4vw;
  background-size: 100%;
}

.mobile_type .zdpyc_box a {
  display: none;
}

.mobile_type .zwgk_box {
  margin-top: 0;
}

.mobile_type .zwgk_item {
  width: 100%;
  margin-top: 4vw;
}

.mobile_type .zwitop {
  width: 100%;
  height: 33vw;
  padding: 2vw 35vw 0 2vw;
}

.mobile_type .zwitop p {
  font-size: 5vw;
  margin-bottom: 2vw;
  margin-top: 5vw;
}

.mobile_type .zwitop span {
  display: none;
}

.mobile_type .zwgk_tab {
  padding: 2vw 2vw 12vw;
}

.mobile_type .zwgk_tab .mySwiper .swiper-slide a {
  margin-top: 2vw;
  font-size: 4vw;
  line-height: 2;
}

.mobile_type .zwgk_tab .swiper-container-horizontal>.swiper-pagination-bullets,
.mobile_type .zwgk_tab .swiper-pagination-custom,
.mobile_type .zwgk_tab .swiper-pagination-fraction {
  left: unset !important;
  width: auto !important;
  right: 50% !important;
  margin-right: -9vw;
  bottom: 5vw !important;
}

.mobile_type .zwgk_tab .swiper-pagination .swiper-pagination-bullet {
  width: 7vw;
  height: 1vw;
}

.mobile_type .zwgk_tab .swiper-pagination .swiper-pagination-bullet-active {
  background: #1564d7;
  border-radius: 0;
}

.mobile_type .zmhd_box {
  margin-top: 4vw;
}

.mobile_type .zmhd_item {
  width: 100%;
  margin-top: 4vw;
}

.mobile_type .wxszsjh {
  height: 50vw;
}

.mobile_type .fwl {
  height: auto;
  padding: 2vw 0;
}

.mobile_type .fwl li {
  line-height: 2;
  font-size: 4vw;
}

.mobile_type .zss12345 {
  margin-top: 2vw;
}

.mobile_type .zss12345 a {
  width: 49%;
  height: 35vw;
  font-size: 4vw;
  padding-top: 22vw;
  background-size: 14vw !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 2;
}

.mobile_type .znhdi2 .tabHdTit,
.mobile_type .znhdi3 .tabHdTit {
  width: 100%;
  padding-bottom: 2vw;
}

.mobile_type .zmhdtabBd {
  margin-top: 3vw;
}

.mobile_type .zmhdtabBd li {
  padding-left: 3vw;
  line-height: 2;
  margin-top: 2vw;
}

.mobile_type .zmhdtabBd li a {
  font-size: 4vw;
  width: 60%;
}

.mobile_type .zmhdtabBd li span {
  width: 20vw;
  height: 7vw;
  margin-top: 0;
}

.mobile_type .xwfb {
  margin-top: 4vw;
  width: 100%;
  height: auto;
  background-size: 100%;
  padding: 20vw 2vw 0;
}

.mobile_type .xw_in {
  padding: 4vw;
}

.mobile_type .xw_in p span,
.mobile_type .xw_in p a {
  line-height: 2;
  font-size: 4vw;
}

.mobile_type .xw_more {
  width: 100%;
  height: auto;
  line-height: 2;
  font-size: 4vw;
  border-radius: 7vw;
  margin: 4vw auto 0;
}

.mobile_type .ztzl_box {
  margin-top: 4vw;
  overflow: hidden;
}

.mobile_type .ztzl_box .swiper-slide {
  height: 25vw;
}

.mobile_type .ztzl_box .swiper-slide img {
  width: 100%;
  height: 25vw;
}

/* mobile_type--css--end */


/* footer--css */
.foot_top {
  width: 100%;
  padding: 20px 0;
  background: #3b83ea;
}

.foot_bottom {
  width: 100%;
  height: 50px;
  background: #2D6FCD;
}

.ft_inbox {
  width: 1200px;
  margin: 0 auto;
}

.ft_inbox1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ftt_item {
  width: 380px;
  padding: 20px 30px;
  background: #478ceb;
}

.ftt_item1 {
  width: 380px;
}

.p1 a {
  display: block;
  width: 100%;
  line-height: 60px;
  background: #478ceb;
  text-align: center;
  color: #fff;
}

.ptit {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 10px;
}

.ftul li {
  float: left;
  margin-left: 63px;
  line-height: 32px;
}

.ftul li:nth-child(3n-2) {
  margin-left: 0 !important;
}

.ftul li a {
  color: #fff;
}

.lxdz {
  color: #fff;
  line-height: 32px;
}

.footer_df {
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
}

.footer_df a {
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  padding-left: 50px;
}

.lxwma {
  background: #5b98ec url(lxwm.png) no-repeat 20px center;
}

.footer_df .wzaslha {
  background: #5b98ec url(slh.png) no-repeat 20px center;
  padding-right: 20px;
  font-size: 14px;
  line-height: 1.2;
  padding-top: 10px;
  text-align: center;
}

.dzjc_box {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}

.dzjc_box a {
  display: block;
  width: 180px;
  height: 95px;
  background: #478ceb;
}

.dzjc_box a img {
  display: block;
  margin: 20px auto;
}

.foot_bottom .ft_inbox {
  display: flex;
  justify-content: center;
}

.foot_bottom a,
.foot_bottom span {
  color: #fff;
  font-size: 14px;
  margin-left: 30px;
  line-height: 50px;
}

.foot_bottom a img {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}

.ml0 {
  margin-left: 0 !important;
}

.old_type .ftt_item {
  width: 100%;
  margin-top: 30px;
}

.old_type .ptit {
  font-size: 36px;
  line-height: 72px;
}

.old_type .ftul li {
  margin-left: 50px;
  font-size: 28px;
}

.old_type .ftul li:nth-child(4) {
  margin-left: 50px !important;
}

.old_type .lxdz {
  font-size: 28PX;
}

.old_type .footer_df {
  margin-top: 28px;
  justify-content: start;
}

.old_type .footer_df a {
  width: 220px;
  height: 100px;
  line-height: 100px;
  padding-left: 65px;
  font-size: 28px;
  background-size: 26px;
}

.old_type .footer_df .wzaslha {
  padding-right: 9px;
  font-size: 28px;
  line-height: 1.2;
  margin-left: 30px;
}

.old_type .ftt_item2,
.old_type .ftt_item1 {
  width: 580px;
  margin-top: 30px;
}

.old_type .p1 a {
  font-weight: bold;
  font-size: 36px;
  line-height: 100px;
}

.old_type .dzjc_box {
  margin-top: 30px;
}

.old_type .dzjc_box a {
  width: 275px;
  height: 152px;
}

.old_type .dzjc_box a img {
  margin: 25px auto;
  width: auto;
  height: 100px;
}

.old_type .foot_bottom {
  height: 130px;
}

.old_type .foot_bottom .ft_inbox {
  flex-wrap: wrap;
}

.old_type .foot_bottom a,
.old_type .foot_bottom span {
  font-size: 28px;
  margin-left: 30px;
  line-height: 65px;
}

.old_type .foot_bottom a img {
  width: 27px;
  height: 28px;
}

.mobile_type .footer {
  margin-top: 6vw;
}

.mobile_type .foot_top {
  padding: 4vw 0;
}

.mobile_type .ft_inbox {
  width: 100%;
  margin: 2vw auto;
  padding: 2vw;
}

.mobile_type .ftt_item {
  width: 100%;
  padding: 4vw;
}

.mobile_type .ftt_item1,
.mobile_type .ftt_item2 {
  margin-top: 3vw;
}

.mobile_type .ptit {
  font-size: 5vw;
  line-height: 2;
  margin-bottom: 1vw;
}

.mobile_type .ftul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.mobile_type .ftul li {
  float: unset;
  margin-left: 0;
  line-height: 2;
  margin-right: 6vw;
  font-size: 4vw;
}

.mobile_type .lxdz {
  line-height: 2;
  font-size: 4vw;
}

.mobile_type .footer_df {
  margin-top: 2vw;
  flex-wrap: wrap;
}

.mobile_type .footer_df a {
  display: block;
  width: 100%;
  height: auto;
  line-height: 2;
  margin-top: 1vw;
  padding: 2vw 0 2vw 13vw;
  font-size: 4vw;
  text-align: center;
}

.mobile_type .footer_df .wzaslha br {
  display: none;
}

.mobile_type .p1 a {
  line-height: 2;
  font-size: 4vw;
}

.mobile_type .dzjc_box {
  margin-top: 0;
}

.mobile_type .dzjc_box a {
  display: block;
  width: 50%;
  height: auto;
  padding: 4vw 0;
}

.mobile_type .dzjc_box a img {
  margin: 0 auto;
  height: 12vw;
  width: auto;
}

.mobile_type .foot_bottom {
  height: auto;
}

.mobile_type .foot_bottom .ft_inbox {
  flex-wrap: wrap;
  margin: 0;
}

.mobile_type .foot_bottom a,
.mobile_type .foot_bottom span {
  width: 100%;
  text-align: center;
  font-size: 4vw;
  margin-left: 0;
  line-height: 2;
}

.mobile_type .foot_bottom a img {
  margin-right: 1vw;
  width: 4vw;
  height: 4vw;
}

.mobile_type .ftt_item1 {
  width: 100%;
}

/* footer--css--end */